github.com/jackc/pgx/v5/pgconn.pipelineRequestEvent.WasSentToServer (field)
6 uses
github.com/jackc/pgx/v5/pgconn (current package)
pgconn.go#L2291: WasSentToServer bool
pgconn.go#L2314: if val.WasSentToServer {
pgconn.go#L2317: val.WasSentToServer = true
pgconn.go#L2358: if !(val.WasSentToServer && val.BeforeFlushOrSync) {
pgconn.go#L2408: notPendingSync = (val.RequestType == pipelineSyncRequest) && val.WasSentToServer
pgconn.go#L2783: p.state.requestEventQueue.PushFront(pipelineRequestEvent{RequestType: pipelineSyncRequest, WasSentToServer: true, BeforeFlushOrSync: true})
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)